﻿2026-07-22T05:21:32.8028351Z ##[group]Run actions/checkout@v5
2026-07-22T05:21:32.8028893Z with:
2026-07-22T05:21:32.8029206Z   fetch-depth: 0
2026-07-22T05:21:32.8029555Z   repository: BigscreenVR/spt-bs-core
2026-07-22T05:21:32.8032400Z   token: ***
2026-07-22T05:21:32.8032727Z   ssh-strict: true
2026-07-22T05:21:32.8033042Z   ssh-user: git
2026-07-22T05:21:32.8033430Z   persist-credentials: true
2026-07-22T05:21:32.8033939Z   clean: true
2026-07-22T05:21:32.8034396Z   sparse-checkout-cone-mode: true
2026-07-22T05:21:32.8034776Z   fetch-tags: false
2026-07-22T05:21:32.8035092Z   show-progress: true
2026-07-22T05:21:32.8035402Z   lfs: false
2026-07-22T05:21:32.8035708Z   submodules: false
2026-07-22T05:21:32.8036025Z   set-safe-directory: true
2026-07-22T05:21:32.8036462Z   allow-unsafe-pr-checkout: false
2026-07-22T05:21:32.8036850Z ##[endgroup]
2026-07-22T05:21:32.9895600Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T05:21:32.9897113Z ##[group]Getting Git version info
2026-07-22T05:21:32.9897805Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T05:21:33.0158584Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T05:21:33.0394822Z git version 2.43.0.windows.1
2026-07-22T05:21:33.0419283Z ##[endgroup]
2026-07-22T05:21:33.0427472Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\601f9d2a-09e9-4448-80cf-ad5fb765885f\.gitconfig'
2026-07-22T05:21:33.0441477Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\601f9d2a-09e9-4448-80cf-ad5fb765885f' before making global git config changes
2026-07-22T05:21:33.0443200Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T05:21:33.0446875Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T05:21:33.0715612Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T05:21:33.0939510Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:21:33.0965591Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T05:21:33.0970042Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T05:21:33.1992869Z HEAD
2026-07-22T05:21:33.2260450Z ##[endgroup]
2026-07-22T05:21:33.2262544Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T05:21:34.8835047Z ##[group]Cleaning the repository
2026-07-22T05:21:34.8839315Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T05:21:41.7645476Z Removing target/
2026-07-22T05:21:41.7681259Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T05:21:41.8364784Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:21:41.8390505Z ##[endgroup]
2026-07-22T05:21:41.8390900Z ##[group]Disabling automatic garbage collection
2026-07-22T05:21:41.8395963Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T05:21:41.8646027Z ##[endgroup]
2026-07-22T05:21:41.8646381Z ##[group]Setting up auth
2026-07-22T05:21:41.8646747Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T05:21:41.8887692Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T05:21:42.3580196Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T05:21:42.3823718Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T05:21:42.8715635Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T05:21:42.8962378Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T05:21:43.3780459Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T05:21:43.4048434Z ##[endgroup]
2026-07-22T05:21:43.4058473Z ##[group]Fetching the repository
2026-07-22T05:21:43.4059212Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +60cfa8d70c0369fbfff21ec17a02155d07beb3a7:refs/remotes/pull/56/merge
2026-07-22T05:21:44.7156836Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:21:44.7157453Z  * [new branch]        release/v0.40.0 -> origin/release/v0.40.0
2026-07-22T05:21:44.7288451Z ##[endgroup]
2026-07-22T05:21:44.7288816Z ##[group]Determining the checkout info
2026-07-22T05:21:44.7289149Z ##[endgroup]
2026-07-22T05:21:44.7293998Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T05:21:44.7574585Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T05:21:44.7823687Z ##[group]Checking out the ref
2026-07-22T05:21:44.7828157Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/56/merge
2026-07-22T05:21:44.8218359Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:21:44.8238480Z ##[endgroup]
2026-07-22T05:21:44.8497575Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T05:21:44.8719908Z 60cfa8d70c0369fbfff21ec17a02155d07beb3a7
